home *** CD-ROM | disk | FTP | other *** search
- Path: service-2.agate.net!usenet
- From: ettienne@agate.net (Steve Nutt)
- Newsgroups: comp.lang.c++
- Subject: Re: invalid dynalink call
- Date: Sat, 20 Apr 1996 05:07:35 GMT
- Organization: DET
- Message-ID: <4l9k1b$mbo@service-2.agate.net>
- References: <4l8oi9$ms6@news.ppg.com>
- Reply-To: ettienne@agate.net
- NNTP-Posting-Host: ettienne.sdi.agate.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- Tim wrote:
-
- >I am trying to build a suitable image analysis application with Accusoft routines. I am trying
- >to use a function from their DLL, defined in their header file. However, when the function
- >call is executed, the program returns a message indicating an invalid dynalink call to a DLL.
- > Does anyone know how I might determine what is causing the error? There is no other
- >indication from the compiled program. Thanks.
-
- >Tim kosto (kosto@ppg.com)
-
-
- You get the error invalid dynalink when you are trying to call a
- function in a dll that does not exist. Thanks Bill for not telling us
- which function!
-
- Ensure that the lib files you have a current with the DLL.
-
- Steve
-
-